VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr Namespace / MprImage Class / MprImage Constructors / MprImage Constructor(MprImagePlanarSlice[],Double)
Syntax Exceptions Requirements SeeAlso
In This Topic
    MprImage Constructor(MprImagePlanarSlice[],Double)
    In This Topic
    Initializes a new instance of the MprImage class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal sourcePlanarSlices
    The series of parallel MPR image planar slices.
    () As MprImagePlanarSlice, _
    ByVal distanceDelta
    Maximum difference of the distances between adjacent slices, in percents of the distance between slices.
    As Double _
    )

    Parameters

    sourcePlanarSlices
    The series of parallel MPR image planar slices.
    distanceDelta
    Maximum difference of the distances between adjacent slices, in percents of the distance between slices.
    Exceptions
    ExceptionDescription
    Thrown if sourcePlanarSlices is null or contains null values.
    Thrown if input slice count is less than 2 or several slices have the same location or several slices have different distance between each other or slices have different axis vectors or source slices have different resolution or some slices do not have resolution.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also